@charset "UTF-8";
/* CSS Document */
.allsection{}
.swiper-slide{
    background-size: 1920px 100%!important;
}
.swiper-pagination-bullets{
    right: 30px!important;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 8px 0!important;
}
.one{ background: url("../images/index-bg01.jpg") center no-repeat;}
.two{ background: url("../images/index-bg02.jpg") center no-repeat;}
.three{ background: url("../images/index-bg03.jpg") center no-repeat;}
.four{ background: url("../images/index-bg04.jpg") center no-repeat;}
.five{ background: url("../images/index-bg05.jpg") center no-repeat;}
.footer{
    width: 100%;
    height: 125px!important;
    background: #2d2d2d;
}
.footer .foot{
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 25px;
}
.footer .code{
    float: right;
    margin-top: 16px;
}
.footer .code img{
    display: block;
    width: 86px;
    height: 86px;
    border: 4px #ffffff solid;
}
.section{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* section one */
/* logo */
.logo-list{
    float: left;
}
.logo-list ul li{
    width: 208px;
    height: 208px;
    background: url("../images/logobg.png") center no-repeat;
    margin-bottom: 10px;
}
.logo-list ul li:nth-child(2){
    position: absolute;
    top: 109px;
    left: 109px;
}
.logo-list ul li .logo-icon{
    display: list-item;
    list-style: none;
    line-height: 208px;
    text-align: center;
    width: 208px;
    height: 208px;
    position: relative;
}
.logo-list ul li img{
    vertical-align: middle;
}
.logo-icon .turn-icon{
    position: absolute;
    bottom: 0;
    left: 77px;
    width: 54px;
    height: 54px;
    background: url("../images/turn01.png") center no-repeat;
}
.logo-list ul li:hover .turn-icon{
    background: url("../images/turn02.png") center no-repeat;
}
/* logo end*/

/* navigation */
.navigation{
    float: right;
    padding-top: 30px;
}
.navigation .nav-btn{
    float: right;
    width: 35px;
    height: 35px;
    background: url("../images/nav-icon.png") center no-repeat;
    margin-left: 40px;
    margin-top: 5px;
    cursor: pointer;
}
.navigation ul{
    float: right;
    display: block;
    height: 44px;
}
.navigation ul.active{
    overflow: hidden;
}
.navigation ul li{
    float: left;
    padding: 0 18px;
    position: relative;
}
.navigation ul li>a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0;
    font-weight: bold;
    color: #ffffff;
}

.navigation .menu{
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    text-align: center;
    background: url("../images/secbg01.png");
}
.navigation .menu dl dt{

}
.navigation .menu dl dt a{
    display: block;
    line-height: 36px;
    color: #ffffff;
}
.navigation .menu dl dt:hover a{
    background: url("../images/secbg02.png");
}


.navigation ul li.active> a,.navigation ul li:hover> a{
    color: #da251d;
    border-bottom: 2px #da251d solid;
}

/* navigation end*/

.head-article{
    position: absolute;
    right: 0;
    top: 300px;
}
/* section one end */

/* section two */
.index-title{
    text-align: center;
    padding-top: 100px;
    margin-bottom: 90px;
}
@media (max-height: 794px) {
    .index-title{
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.auto-cinema{}
.cinema-detail{
    float: left;
    width: 510px;
    height: 273px;
    background: #ffffff;
    padding: 60px 35px;
}
.cinema-detail h6{
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cinema-detail .detail{
    height: 200px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
}
.cinema-img{
    float: right;
    width: 600px;
    height: 393px;
    overflow: hidden;
}
.cinema-img ul li{
    float: left;
    width: 194px;
    height: 194px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.cinema-img ul li img{
    display: block;
    width: 194px;
    height: 194px;
}
.index-more{
    display: block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #da251d;
    font-family: Arial;
    margin: 100px auto 0;
    border-radius: 46px;
}
@media (max-height: 794px) {
    .index-more{
        margin-top: 70px;
    }
}
.index-more:hover{
    color: #ffffff;
}
/* section two end */
/* section three */
.lm-run{
    width: 1200px;
    position: relative;
}
.lm-run .run-btn{
    position: absolute;
    cursor: pointer;
    display: block;
    width: 37px;
    height: 37px;
    z-index: 9;
    border-radius: 50%;
}
.lm-run .prev{
    left: 0;  top: 220px;
    background: #007cc2 url("../images/left01.png") center no-repeat;
}
.lm-run .prev:hover{
    background: #da251d url("../images/left01.png") center no-repeat;
}
.lm-run .next{
    right: 0;  top: 220px;
    background: #007cc2 url("../images/right01.png") center no-repeat;
}
.lm-run .next:hover{
    background: #da251d url("../images/right01.png") center no-repeat;
}
.lm-run .run{
    width: 1100px!important;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.lm-run .run ul{
    position: absolute;
}
.lm-run .run ul li{
    float: left;
    width: 331px;
    height: 390px;
    margin-right: 23px;
    background: #ffffff;
    padding: 15px 10px;
}
.lm-run .run ul li img{
    display: block;
    width: 100%;
    height: 218px;
}
.lm-run .run .lm-detail{

}
.lm-detail h6{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding: 12px 0;
}
.lm-detail .info{
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    color: #666666;
}
.lm-detail .time{
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.lm-detail .time p{
    float: left;
    font-size: 14px;
    color: #999999;
}
.lm-detail .time span{
    float: right;
    color: #333333;
    padding-right: 30px;
    background: url("../images/jt01.png") right center no-repeat;
}
.lm-run .run ul li:hover .lm-detail h6{ color: #da251d;}
.lm-run .run ul li:hover .time *{ color: #da251d;}
.lm-run .run ul li:hover .time span{ background: url("../images/jt02.png") right center no-repeat; }
/* section three end*/

/* section four */
.community{
    width: 1150px;
    margin: 0 auto;
}
.cmove .move-img{
    float: left;
    width: 570px;
    height: 337px;
}
.cmove .move-img img{
    display: block;
    width: 570px;
    height: 337px;
}
.cmove .move-info{
    float: left;
    width: 510px;
    height: 272px;
    background: #ffffff;
    padding: 45px 35px 20px;
}
.cmove .move-info h6{
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cmove .move-info .detail{
    height: 140px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
}
.cmove .move-info .more{
    display: inline-block;
    padding-right: 30px;
    font-size: 12px;
    background: url("../images/jt01.png") right center no-repeat;
    margin-top: 30px;
}
.cmove .move-info .more:hover{
    background: url("../images/jt02.png") right center no-repeat;
}

.cmimg-list{
    width: 1150px;
    height: 224px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}
.cmimg-list ul{
    height: 224px;
    position: absolute;
    top: 0;
}
.cmimg-list ul li{
    float: left;
    width: 377px;
    height: 224px;
    position: relative;
    overflow: hidden;
    margin-right: 13px;
    background: #FFFFFF;
    cursor: pointer;
}
.cmimg-list ul li img{
    display: block;
    width: 377px;
    height: 224px;
}
.cmimg-list ul li .shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 377px;
    height: 224px;
    background: rgba(0,0,0,0.5) url("../images/look-icon.png") center no-repeat;
}
.cmimg-list ul li.active .shade{
    display: none;
}
.h-page{
    text-align: center;
    margin-top: 30px;
}
.h-page ul{
    display: inline-block;
}
.h-page ul li{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    cursor: pointer;
    background: url("../images/r01.png") center no-repeat;
}
.h-page ul li.active{
    background: url("../images/r02.png") center no-repeat;
}

/* section four end*/

/* section five */
.index-contact{
    width: 1200px;
    height: 556px;
    background: url("../images/ic-bg.jpg") left top no-repeat;
    position: relative;
}
@media (max-height: 794px) {
    .index-contact{
        margin-top: -10px;
    }
}
.index-contact .fyj{
    position: absolute;
    bottom: -60px;
    left: -45px;
    z-index: 99;
    width: 388px;
    height: 230px;
    background: url("../images/fyj.png") center no-repeat;
}
.index-contact ul{
    padding-top: 80px;
}
.index-contact ul li{
    float: left;
    width: 360px;
    height: 360px;
    margin-left: 30px;
    background: url("../images/cu-bg01.png") center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.index-contact ul li:hover{
    background: url("../images/cu-bg02.png") center no-repeat;
}
.index-contact ul li:hover *{
    color: #ffffff;
}
.index-contact .ic-title{
    display: inline-block;
    padding-top: 50px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 100px;
}

.index-contact ul li .ic-title.ic-icon01{
    background: url("../images/cu-icon01.png") center top no-repeat;
}
.index-contact ul li:hover .ic-title.ic-icon01{
    background: url("../images/cu-icon11.png") center top no-repeat;
}
.index-contact ul li .ic-title.ic-icon02{
    background: url("../images/cu-icon02.png") center top no-repeat;
}
.index-contact ul li:hover .ic-title.ic-icon02{
    background: url("../images/cu-icon22.png") center top no-repeat;
}
.index-contact ul li .ic-title.ic-icon03{
    background: url("../images/cu-icon03.png") center top no-repeat;
}
.index-contact ul li:hover .ic-title.ic-icon03{
    background: url("../images/cu-icon33.png") center top no-repeat;
}

.index-contact ul li .ic-detail{
    width: 220px;
    margin: 20px auto 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: Arial;
    color: #7c7c7c;
}
.index-contact ul li .ic-more{
    position: absolute;
    bottom: -1px;
    left: 143px;
    width: 74px;
    height: 74px;
    background: url("../images/ic-add.png") center top no-repeat;
    background-size: 100% 100%;
}

/* section five end */


/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #da251d solid;
    color: #666666;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #da251d;
    border: 1px #da251d solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #666666;
    background: #ffffff;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #da251d ;
    border: 1px #da251d solid;
    color: #ffffff;
}
/*------- page end -------*/


/*header*/
.header {
    height: 54px;
    background: #ffffff;
    border-top: 6px #831712 solid;
}
/*navigation*/
.nav{}
.nav ul{
    display: block;
    height: 54px;
    background: url("../images/nav-li.png") left center no-repeat;
}
.nav ul li {
    float: left;
    width: 200px;
    height: 54px;
    text-align: center;
    transition: none;
    position: relative;
    background: url("../images/nav-li.png") right center no-repeat;
}
.nav ul li:first-child {

}
.nav ul li > a {
    display: block;
    text-align: center;
    transition: none;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333333;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    background: #da251d;
    font-weight: bold;
    color: #ffffff;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: none;
    background: url("../images/secbg01.png");
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
    height: 46px;
}
.nav-menu dl dt a{
    display: block;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
}
.nav-menu dl dt:hover a{
    color: #ffffff;
    background: url("../images/secbg02.png");
}


@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/* sub-banner */
.sub-banner {
    height: 296px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li {
    height: 296px;
}
/* sub-banner end*/
.sub-section{ padding-bottom: 50px;}
.content{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    min-height: 220px;
}

.second-nav{
    padding: 12px 0;
    height: 42px;
    border-bottom: 1px #e7e7e7 solid;
    margin-bottom: 30px;
}
.sec-nav{
    text-align: center;
}
.sec-nav ul{
    display: inline-block;
}
.sec-nav ul li{
    float: left;
    margin: 0 8px;
}
.sec-nav ul li a{
    display: block;
    line-height: 42px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    background: #c2c2c2;
    border-radius: 42px;
}
.sec-nav ul li.active a{
    background: #da251d;
    color: #ffffff;
}

/* 相册 */
.team-show{
    width: 1200px;
}
.back{
    margin-bottom: 20px;
}
.back .back-btn{
    display: inline-block;
    padding-left: 30px;
    background: url("../images/jt04.png") left center no-repeat;
    font-size: 16px;
    color: #666666;
}
.back .back-btn:hover{
    color: #da251d;
    background: url("../images/jt03.png") left center no-repeat;
}
.team-show .show-img{
    float: left;
    width: 931px;
    height: 555px;
}
.show-img .show-item{
    width: 931px;
    height: 555px;
    position: relative;
}
.show-img .show-item img{
    width: 931px;
    height: 555px;
}
.show-img .show-item .item-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 891px;
    height: 70px;
    background: linear-gradient(transparent, #000000);
    color: #FFFFFF;
    padding: 0 20px;
}
.item-info p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    padding-top: 12px;
}
.team-show .team-list{
    float: right;
    width: 257px;
    height: 555px;
    overflow: hidden;
    position: relative;
}
.team-list .runbtn{
    position: absolute;
    left: 0;
    width: 255px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px #c0c0c0 solid;
}
.team-list .prev{
    top: 0;
    background: #c2c2c2 url("../images/up01.png") center no-repeat;
}
.team-list .prev:hover{
    background: #da251d url("../images/up02.png") center no-repeat;
    border: 1px #da251d solid;
}
.team-list .next{
    bottom: 0;
    background: #c2c2c2 url("../images/down01.png") center no-repeat;
}
.team-list .next:hover{
    background: #da251d url("../images/down02.png") center no-repeat;
    border: 1px #da251d solid;
}
.team-list .show-list{
    float: right;
    width: 256px;
    height: 493px!important;
    margin-top: 30px;
    overflow: hidden;
}
.show-list ul li{
    width: 256px;
    height: 157px;
    border-bottom: 1px transparent solid;
    position: relative;
    margin-bottom: 10px;
}
.show-list ul li img{
    display: block;
    width: 264px;
    height: 157px;
}
.show-list ul li.active .shade{
    display: none;
}
.shade{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 256px;
    height: 157px;
    background: rgba(0,0,0,0.75);
}

.caroursel{margin:0px auto;}
.poster-main{position: relative;width: 716px;height: 348px}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width: 900px;height: 348px}
.poster-main .poster-list .poster-item{position: absolute;left: 0px;top: 0px}
.poster-main .poster-btn{position: absolute;height: 100%;width:100px;top: 0px;z-index: 10;opacity: 0.5;cursor:pointer;}
.poster-main .poster-prev-btn{ left:-174px; background: url("../images/prev.png") no-repeat center center; }
.poster-main .poster-next-btn{right:-174px;background: url("../images/next.png") no-repeat center center;}







.page{
    margin-top: 30px;
}
.page .prev{
    display: inline-block;
    padding-left: 30px;
    background: url("../images/jt04.png") left center no-repeat;
    font-size: 16px;
    color: #666666;
}
.page .prev:hover{
    background: url("../images/jt03.png") left center no-repeat;
    color: #da251d;
}
.page .next{
    display: inline-block;
    padding-right: 30px;
    background: url("../images/jt01.png") right center no-repeat;
    font-size: 16px;
    color: #666666;
}
.page .next:hover{
    background: url("../images/jt02.png") right center no-repeat;
    color: #da251d;
}
/* 相册 end*/

/* 最新上映 */
.buy-ticket{
    display: none;
    position: absolute;
    width: 1120px;
    min-height: 450px;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 999;
    padding: 40px;
}
.store{
    text-align: center;
    position: relative;
}
.store .close-btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 41px;
    height: 41px;
    background: url("../images/close.png") center no-repeat;
}
.store ul{
    display: inline-block;
    padding-top: 120px;
}
.store ul li{
    float: left;
    width: 132px;
    height: 162px;
    margin: 0 60px;
}
.store ul li .store-icon{
    width: 132px;
    height: 132px;
    line-height: 132px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
}
.store ul li .store-icon img{
    max-height: 120px;
    max-width: 120px;
    vertical-align: middle;
}
.store ul li h6{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}
/* 最新上映 end*/

/* 业务介绍 */
.business{}
.business .business-title{
    text-align: center;
    margin-bottom: 30px;
}
.business .business-title h6{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.case-show{ margin-top: 40px;}
.case-show .case-title{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 20px;
}
.case-show .case-title span{
    font-size: 14px;
    font-weight: normal;
}
.case-list{
    width: 1200px;
}
.case-list ul{
    width: 1220px;
}
.case-list ul li{
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}
.case-list ul li .case-img{
    position: relative;
    width: 284px;
    height: 170px;
    background: #c2c2c2;
}
.case-list ul li .case-img img{
    display: block;
    position: absolute;
    left: -10px;
    top: 7px;
    z-index: 9;
    width: 289px;
    height: 170px;
}
.case-list ul li .case-name{
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
}
.case-list ul li .case-name p{
    display: inline-block;
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.case-list ul li .case-name span{
    float: right;
}
.case-list ul li:hover .case-img{
    background: #da251d;
}
.case-list ul li:hover .case-name{
    color: #da251d;
}
#case02 ul li .case-img{
    position: relative;
    width: 379px;
    height: 377px;
    background: #c2c2c2;
}
#case02 ul li .case-img img{
    display: block;
    position: absolute;
    left: -7px;
    top: 7px;
    z-index: 9;
    width: 379px;
    height: 377px;
}
#case02 ul li:hover .case-img{
    background: #da251d;
}
/* 业务介绍 end*/

/* 公司介绍 */
.company{}
.company .company-title{
    text-align: center;
}
.company-title h6{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.company-title h6:after{
    display: block;
    content: '';
    width: 44px;
    height: 2px;
    background: #007dc3;
    margin: 10px auto 0;
}
.company-title p{
    font-size: 14px;
    font-family: Arial;
    color: #666666;
}
.company-detail{
    margin-top: 15px;
}
/* 公司介绍 end*/
/* 荣誉资质 */
.honor{}
.honor .honor-title{
    text-align: left;
    padding-top: 30px;
}
.honor-list{
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}
.honor-list .run{
    width: 1220px;
    height: 392px;
    overflow: hidden;
    position: relative;
}
.honor-list .run ul{
    position: absolute;
    left: 0;
}
.honor-list .run ul li{
    float: left;
    width: 288px;
    height: 188px;
    text-align: center;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.honor-list .run ul li img{
    width: 272px;
    height: 172px;
    border: 8px #442d29 solid;
}
.honor-list .run ul li .shade{
    position: absolute;
    left: 0;
    top: -209px;
    width: 288px;
    height: 188px;
    background: rgba(218,37,29,0.8);
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
    color: #ffffff;
}
.honor-list .run ul li .shade  h2{
    display: block;
    line-height: 30px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 30px;
}
.honor-list .run ul li .shade  h6{
    display: inline-block;
    width: 210px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.honor-list .run ul li:hover .shade{
    top: 0;
}

/* 荣誉资质 end*/

/* 联系我们 */
.contact{}
.contact .map{
    float: left;
    width: 687px;
    height: 373px;
}
.contact .contact-info{
    float: right;
    width: 465px;
    height: 373px;
    font-size: 14px;
    color: #797979;
    line-height: 18px;
}
.contact-info h2{
    font-size: 30px;
    font-weight: bold;
    color: #292929;
    line-height: 34px;
    margin-bottom: 5px;
}
.contact-info h2 span{
    color: #ff9833;
}
.contact-wap{
    border-top: 1px #ededed solid;
    margin-top: 3px;
    padding-top: 3px;
}
.contact-wap h6{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}
.contact-wap h6 span{
    display: block;
    font-size: 14px;
    color: #797979;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial;
}
/* 联系我们 end*/

/*投诉建议*/
.message{
    width: 1095px;
    margin: 0 auto;
    padding: 30px 0;
    background: #f4f1e9;
    border-radius: 20px;
}
.input-list {
    float: left;
    width: 370px;
    margin-left: 60px;
}
.input-list .list{
    margin-bottom: 30px;
}
.input-list p{
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    color: #da251d;
}
.message p.icon01{ background: url("../images/m-icon01.png") left center no-repeat;}
.message p.icon02{ background: url("../images/m-icon02.png") left center no-repeat;}
.message p.icon03{ background: url("../images/m-icon03.png") left center no-repeat;}
.message p.icon04{ background: url("../images/m-icon01.png") left center no-repeat;}
.input-list input{
    width: 360px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #f7f7f7;
    border: 1px #e0e0e0 solid;
    outline: none;
    padding: 0 5px;
}
.textarea{
    float: right;
    width: 526px;
    margin-right: 80px;
}
.textarea p{
    line-height: 36px;
    font-size: 14px;
    color: #da251d;
    padding-left: 30px;
}
.textarea textarea{
    width: 526px;
    resize: none;
    background: #f7f7f7;
    border: 1px #e0e0e0 solid;
    padding: 10px;
    height: 174px;
    font-size: 14px;
    outline: none;
    margin-bottom: 14px;
}

.sub-btn{
    float: right;
    width: 125px;
    height: 38px;
    line-height: 38px;
    border-radius: 15px;
    background: url("../images/send.png") center no-repeat;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
}
/*投诉建议 end*/

/* 业务范围 */
.business-scope{}
.business-scope ul li{
    float: left;
    width: 564px;
    padding: 14px;
    height: 200px;
    border: 1px #ededed solid;
    margin-bottom: 20px;
}
.business-scope ul li:nth-child(2n){
    float: right;
}
.business-scope ul li img{
    float: left;
    display: block;
    width: 283px;
    height: 200px;
}
.business-scope ul li .scope{
    float: right;
    width: 260px;
}
.scope h6{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666666;
    margin-bottom: 10px;
}
.scope h6 span{
    font-size: 14px;
}
.scope p{
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    color: #666666;
}
.scope em{
    float: right;
    display: inline-block;
    font-size: 12px;
    padding-right: 30px;
    background: url("../images/jt01.png") right center no-repeat;
}
.business-scope ul li:hover .scope h6 *,.business-scope ul li:hover .scope h6 {
    color: #da251d;
}
.business-scope ul li:hover .scope em{
    color: #da251d;
    background: url("../images/jt02.png") right center no-repeat;
}
/* 业务范围 end*/


/* sub-section  end*/



.about-info{line-height:30px; padding:30px 0;}


.float-box{
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
}
.float-box .online{
    width: 82px;
    border: 1px #eae8e8 solid;
}
.float-box .online ul li{
    width: 82px;
    height: 82px;
}
.float-box .online ul li:first-child{
    border-bottom: 1px #eae8e8 solid;
}
.float-box .online ul li.icon01{
    background: #ffffff url("../images/fb-qq.png") center 10px no-repeat;
}
.float-box .online ul li.icon02{
    background: #ffffff url("../images/fb-tel.png") center 10px no-repeat;
}
.float-box .online ul li a{
    display: block;
    width: 82px;
    height: 32px;
    text-align: center;
    color: #009ce3;
    padding-top: 50px;
    line-height: 30px;
}




































